home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / python < prev    next >
Text File  |  2009-10-17  |  1KB  |  32 lines

  1. # vim:syntax=apparmor
  2. # $Id: python 1290 2008-06-11 21:19:36Z jrjohansen $
  3. # ------------------------------------------------------------------
  4. #
  5. #    Copyright (C) 2002-2006 Novell/SUSE
  6. #
  7. #    This program is free software; you can redistribute it and/or
  8. #    modify it under the terms of version 2 of the GNU General Public
  9. #    License published by the Free Software Foundation.
  10. #
  11. # ------------------------------------------------------------------
  12.  
  13.   /usr/lib{,32,64}/python2.[456]/**.{pyc,so}           mr,
  14.   /usr/lib{,32,64}/python2.[456]/**.{egg,py,pth}       r,
  15.   /usr/lib{,32,64}/python2.[456]/{site,dist}-packages/ r,
  16.  
  17.   /usr/local/lib{,32,64}/python2.[456]/**.{pyc,so}           mr,
  18.   /usr/local/lib{,32,64}/python2.[456]/**.{egg,py,pth}       r,
  19.   /usr/local/lib{,32,64}/python2.[456]/{site,dist}-packages/ r,
  20.  
  21.   # Site-wide configuration
  22.   /etc/python2.[456]/** r,
  23.  
  24.   # python-central paths
  25.   /usr/share/{pyshared,pycentral,python-support}/** r,
  26.   /{var,usr}/lib/python-support/**  r,
  27.   /usr/lib/python-support/**.so     mr,
  28.   /var/lib/python-support/**.pyc    mr,
  29.  
  30.   # wx paths
  31.   /usr/lib/wx/python/*.pth r,
  32.